Package com.cisco.pt.ipc.sim.pdu
Interface OSPFLSUPacket
- All Superinterfaces:
IPCData,OSPFPacket,Pdu,Signal
- All Known Implementing Classes:
OSPFLSUPacketImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.OSPFPacket
getAreaId, getAuthenticationType, getCheckSum, getLength, getRouterId, getSequence, getTypeCode, getVersion, setAreaId, setAuthenticationType, setCheckSum, setLength, setRouterId, setSequence, setTypeCode, setVersionMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getLsas
- Returns:
- List<OSPFLSA> Returns a List<OSPFLSA>
-
setLsas
- Parameters:
lsas- Takes in a parameter of lsas
-